

/**umb_name:H1 Blue*/
.h1-blue {
	font-size: 52px;
	font-weight: 700;
	color: #1D70B6;
}

/**umb_name:H2 Blue*/
.h2-blue {
	font-size: 38px;
	color: #1D70B6;
	font-weight: 700;
}

/**umb_name:H3 Blue*/
.h3-blue {
	font-size: 24px;
	color: #1D70B6;
	font-weight: 700;
}

/**umb_name:H4 Blue*/
.h4-blue {
	font-size: 20px;
	color: #1D70B6;
	font-weight: 700;
}

/**umb_name:Intro Blue*/
.intro-blue {
	font-size: 28px;
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	color: #1D70B6;
}

/**umb_name:H1 Regular*/
.h1-regular {
	font-size: 52px;
	font-weight: 700;
}

/**umb_name:H2 Regular*/
.h2-regular {
	font-size: 44px;
	font-weight: 700;
}

/**umb_name:H3 Regular*/
.h3-regular {
	font-size: 32px;
	font-weight: 700;
}

/**umb_name:H4 Regular*/
.h4-regular {
	font-size: 22px;
	font-weight: 700;
}

/**umb_name:H5 Regular*/
.h5-regular {
	font-size: 18px;
	font-weight: 700;
}

/**umb_name:H6 Regular*/
.h6-regular {
	font-size: 16px;
	font-weight: 700;
}

/**umb_name:Intro*/
.intro {
	font-size: 28px;
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	color: #0a0a0a;
}

/**umb_name:Paragraph Text*/
.paragraph {
	font-size: 18px;
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	color: #0a0a0a;
}
